home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2005 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.8 KB

  1. Path: ix.netcom.com!netnews
  2. From: miker3@ix.netcom.com (Mike Rubenstein)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Version Question: BC++3.1, MSVC++ 1.52, 2.0, & 4.0
  5. Date: Mon, 15 Jan 1996 01:44:57 GMT
  6. Organization: Netcom
  7. Message-ID: <30f9b09a.196868928@nntp.ix.netcom.com>
  8. References: <mhowesDL7327.Ax6@netcom.com>
  9. NNTP-Posting-Host: ix-dc13-06.ix.netcom.com
  10. X-NETCOM-Date: Sun Jan 14  5:44:52 PM PST 1996
  11. X-Newsreader: Forte Agent .99c/16.141
  12.  
  13. mhowes@netcom.com (Michael Howes) wrote:
  14.  
  15. |> I'm trying to iron out what versions of C++ compilers do what.
  16. Trying to
  17. |>look at the what i have and were i will probably go. I inherited
  18. code that
  19. |>is written in a mixed bag of Visual Basic 2.0, Borland C++ 3.1, and
  20. MS C++ 1.0.
  21. |> The long term plan is probably to get to NT or 95 but currently we
  22. only
  23. |>want win31 support. The other long term plan is to go all C++. It
  24. looks like
  25. |>the Turbo Debugger in BC++ 3.1 wont run under win95. The first big
  26. question
  27. |>is what version of BC++ works under NT or 95 and will make 32 bit
  28. apps? This
  29. |>question might not be that important because the plan is to go MS. 
  30. |> Anyways the following is what i understand to be true. Please
  31. correct me.
  32. |>
  33. |>Version         Run on        Makes        MFC Version
  34. |>MS VC++ 4.0        NT & 95 only    32 bit only    4.0
  35. |>MS VC++ 2.2        NY,95, & 3.1    16 or 32 bit    3.2
  36. |>             with win32s
  37. |>MS VC++ 2.0        Same as 2.2    16 or 32 bit    3.0
  38. |>MS VC++    1.52b        All        16 bit only    2.52b
  39. |>
  40. |> What it looks like is with 2.x they include 1.52 so you can still
  41. build
  42. |>16 bit apps. Is this true? Also it looks like 4.0 only run on NT or
  43. 95 and
  44. |>will only make 32bit. This true? 
  45. |> So how close did i get it? 
  46.  
  47. VC++ 2.x does not run on win32s.  You need NT or 95.  Also, like 4.0,
  48. they cannot create 16 bit applications but come with 1.52.  With 2.x,
  49. 1.52 shares the CD-ROM with the 32 bit compiler; with 4.0 it comes on
  50. a separate CD-ROM.
  51.  
  52. Michael M Rubenstein
  53.